home *** CD-ROM | disk | FTP | other *** search
/ DOS Vuser Deluxe 2003 October / DOS Vuser Deluxe 2003 Oct - Disc 1.iso / SKIN / Color Tek.wmz / colortek.wms < prev    next >
Text File  |  2002-09-01  |  9KB  |  280 lines

  1. <THEME author="Alex Lingo" authorversion="1.1" copyright="⌐2002 Alex Lingo. All rights reserved." title="Color Tek">
  2.     <VIEW id="masterview" visible="true"
  3. width="500" height="162"
  4.         titleBar = "false" backgroundcolor="none">
  5.  
  6. <subview top="92" left="183" width="23" height="24" zindex="2" id="mutestatus" backgroundimage="none" backgroundcolor="none">
  7.  
  8. <button sticky="true"
  9.     cursor="hand"
  10.     upToolTip="Mute sound" downtooltip="Restore sound"
  11.         image="soundsolid.bmp"
  12.         hoverImage="soundhover.bmp"
  13.     downimage="nosoundsolid.bmp"
  14.     hoverdownimage="nosoundhover.bmp"
  15.         onclick="player.settings.mute=down;">
  16. </button>
  17.  
  18. </subview>
  19.  
  20. <subview id="progressBar" zindex="3" width="360" height="42" left="54">
  21.  
  22. <PROGRESSBAR zindex="2" borderSize="37"
  23.             enabled = "true"
  24.             cursor = "hand"
  25. visible="true"
  26. top="6"
  27. height="25"
  28. width="357"
  29.             tooltip = "Current position"
  30.             thumbImage = "crosshair.bmp"
  31.         transparencyColor = "#101010" 
  32.             min = "0"
  33.             max = "wmpprop:player.currentMedia.duration"
  34.             value = "wmpprop:player.controls.currentPosition"
  35.             onDragEnd="player.controls.currentposition=value;"
  36.             />
  37. </subview>
  38.  
  39. <subview id="volumebar" zindex="3"  width="500" height="42" left="0" top="30">
  40.  
  41. <slider left="95" top="0" toolTip="Volume" width="123"
  42.  
  43.             direction="horizontal" slide="false"
  44.             min="0" max="100" borderSize="25"
  45.             thumbImage="volume.bmp"
  46.             transparencyColor="#101010"
  47.             value="wmpprop:player.settings.volume"
  48.             value_onchange="player.settings.volume=value;"
  49.             >
  50.         </slider>
  51.  
  52. </subview>
  53.  
  54. <subview id="mainPlayer" transparencyColor = "#101010" zindex="1"
  55. backgroundcolor="none"
  56. backgroundImage = "background.bmp">
  57.         <BUTTONGROUP
  58.             mappingImage = "map.bmp"
  59.             hoverImage = "hover.bmp"> 
  60.                 
  61.         <PLAYELEMENT
  62.             mappingColor = "#00FF00"             cursor = "hand"/>
  63.                           
  64.         <STOPELEMENT
  65.             mappingColor = "#FFFF00"            cursor = "hand"/>
  66.  
  67.         <PAUSEELEMENT
  68.             mappingColor = "#FF0000"             cursor = "hand"/>
  69.     <REWELEMENT
  70.         mappingColor = "#00FFFF"             cursor = "hand"/>
  71.     <FFWDELEMENT
  72.         mappingColor = "#FF00FF"             cursor = "hand"/>
  73.     <PREVELEMENT
  74.         mappingColor = "#0000EE"             cursor = "hand"/>
  75.     <NEXTELEMENT
  76.         mappingColor = "#00EE00"             cursor = "hand"/>
  77.  
  78.  
  79.  
  80. <BUTTONELEMENT            cursor = "hand"
  81.             mappingColor = "#DDDD00"
  82.             upToolTip = "Close"
  83.             onClick="JScript: view.close();" />
  84.  
  85. <buttonelement
  86.             cursor = "hand"
  87.  upToolTip="Minimize"
  88.                 mappingColor="#DD0000"
  89.                 onClick="view.minimize();"
  90.                 >
  91.             </buttonelement>
  92.   
  93.                <buttonelement upToolTip="Full Mode" cursor="hand" mappingColor="#00DDDD" onClick="view.returnToMediaCenter()">
  94.             </buttonelement>
  95.  
  96.  
  97.  
  98. <buttonelement upToolTip="Show Playlist"
  99.             cursor = "hand"
  100.                 mappingColor="#0000DD"
  101.                 onClick = "JScript: theme.openView('playview');" />
  102.  
  103. <buttonelement upToolTip="Show Visualization Window"
  104.             cursor = "hand"
  105.                 mappingColor="#00EEEE"
  106.                 onClick = "JScript: theme.openView('visualview');" />
  107. <buttonelement upToolTip="Show Video Window"
  108.             cursor = "hand"
  109.                 mappingColor="#EE00EE"
  110.                 onClick = "JScript: theme.openView('videoview');" />
  111.  
  112. <buttonelement upToolTip="Show About Window"
  113.             cursor = "hand"
  114.                 mappingColor="#00DD00"
  115.                 onClick = "JScript: theme.openView('aboutview');" />
  116.  
  117.         </BUTTONGROUP>
  118.  
  119.         <text id="CurrentPositionText" fontstyle="bold" left="340" top="70"
  120.             fontSize="10"
  121.             justification="Right" tooltip=""
  122.             foregroundColor="#000000"
  123.             value="wmpprop:player.controls.currentPositionString"
  124.             >
  125.         </text>
  126.  
  127.         <text id="CurrentTitleText" fontstyle="bold" left="340" width="135" top="55"
  128.             fontSize="10"
  129.             justification="center" tooltip=""
  130.             foregroundColor="#000000"
  131.             value = "wmpprop:player.currentMedia.name"
  132.             >
  133.         </text>
  134.  
  135. <STATUSTEXT justification="center" width="125" fontstyle="bold" left="330" top="85"/>
  136.  
  137. <DURATIONTEXT fontstyle="bold"
  138.             id = "CurrentArtistName"
  139.             left="425"
  140.             top = "70"
  141.             justification = "center"
  142.             />
  143.  
  144.         <TEXT   fontstyle="bold"
  145.             top = "70"
  146.             left="375"
  147.             width = "50"
  148.             height = "15"
  149.             fontFace = "System"
  150.             justification = "Center"
  151.             scrolling = "true"            
  152.             scrollingAmount = "1"
  153.             scrollingDelay = "50"
  154.             value = "-->"
  155.             scrollingdirection="right"
  156.         />
  157.  
  158. </subview>
  159.  
  160.     
  161. </VIEW>
  162.  
  163. <VIEW id = "playview" width="250" height="300"
  164.         titleBar = "false" backgroundcolor="none" backgroundimage="playlistbackground.bmp" clippingcolor="#101010">
  165.           <PLAYLIST backgroundimage="playlistsecondarybackground.bmp" width="200" height="250" left="25" top="25"
  166.  
  167. allowcolumnsorting="false"
  168. backgroundcolor="#00BEBE"
  169. checkboxesvisible="true"
  170. columns="Name"
  171. itemplayingbackgroundcolor="#00BEBE"
  172. itemplayingcolor = "#00FFFF"
  173. disableditemcolor="#00BEBE"/>
  174.  
  175.         <BUTTONGROUP
  176.             mappingImage = "playlistmap.bmp"
  177.             hoverImage = "playlisthover.bmp">
  178.  
  179. <BUTTONELEMENT            cursor = "hand"
  180.             mappingColor = "#0000FF"
  181.             upToolTip = "Close"
  182.             onClick="JScript: view.close();" />
  183.  
  184. </BUTTONGROUP> 
  185.      </VIEW>
  186.  
  187.  
  188. <VIEW id = "visualview" width="250" height="250"
  189.         titleBar = "false" backgroundimage="visualbackground.bmp" backgroundcolor="none" clippingcolor="#101010">
  190.  
  191.  
  192.  
  193. <subview zIndex="-2"
  194.                 left="0" top="0" width="250" height="250"
  195.                 backgroundImage="visualclippedarea.bmp"
  196.                 clippingColor="#101010"
  197.                 >
  198.                 <effects id="visEffects" visible="true"
  199.                     width="250" height="250"
  200.                     >
  201.                 </effects>
  202.             </subview>
  203.  
  204.  
  205.         <BUTTONGROUP
  206.             mappingImage = "visualmap.bmp"
  207.             hoverImage = "visualhover.bmp">
  208.  
  209. <BUTTONELEMENT cursor = "hand"
  210.             mappingColor = "#00FF00"
  211.             upToolTip = "Next Visualization"
  212.             onClick = "JScript:visEffects.next(); " />
  213.                           
  214.         <BUTTONELEMENT cursor = "hand"
  215.             mappingColor = "#FF0000"
  216.             upToolTip = "Previous Visualization"
  217.             onClick = "JScript:visEffects.previous(); " />
  218.  
  219. <BUTTONELEMENT            cursor = "hand"
  220.             mappingColor = "#0000FF"
  221.             upToolTip = "Close"
  222.             onClick="JScript: view.close();" />
  223.  
  224. </BUTTONGROUP> 
  225.  
  226.      </VIEW>
  227.  
  228.  
  229. <VIEW id = "videoview" width="350" height="250"
  230.         titleBar = "false" backgroundcolor="none" backgroundimage="videobackground.bmp" clippingcolor="#101010">
  231.  
  232.        <BUTTONGROUP
  233.             mappingImage = "videomap.bmp"
  234.             hoverImage = "videohover.bmp">
  235.  
  236. <BUTTONELEMENT            cursor = "hand"
  237.             mappingColor = "#0000FF"
  238.             upToolTip = "Close"
  239.             onClick="JScript: view.close();" />
  240.  
  241. </BUTTONGROUP> 
  242.  
  243. <VIDEO backgroundcolor="#000000"
  244.             top = "26"
  245.             left = "28"
  246.             width = "295"
  247.             height = "195"
  248. OnVideoStart="JScript: theme.openView('videoview');"
  249.                     OnVideoEnd="JScript: theme.closeView('videoview');"/>
  250.  
  251.  
  252.      </VIEW>
  253.  
  254. <VIEW id = "aboutview" width="355" height="200"
  255.         titleBar = "false" backgroundcolor="none" backgroundimage="aboutbackground.bmp" clippingcolor="#101010">
  256.  
  257.        <BUTTONGROUP
  258.             mappingImage = "aboutmap.bmp"
  259.             hoverImage = "abouthover.bmp">
  260.  
  261. <BUTTONELEMENT            cursor = "hand"
  262.             mappingColor = "#0000FF"
  263.             upToolTip = "Close"
  264.             onClick="JScript: view.close();" />
  265.  
  266. </BUTTONGROUP> 
  267.  
  268. <TEXT id="Identification" top="60" left="35" textwidth="255" justification="center" wordwrap="true" value="Color Tek for Windows Media Player"/>
  269.  
  270. <TEXT id="Version" top="75" left="35" textwidth="255" justification="center" wordwrap="true" value="Version 1.1 Released September 1st, 2002"/>
  271.  
  272. <TEXT id="Copyright" top="90" left="35" textwidth="255" justification="center" wordwrap="true" value="⌐2002 Alex Lingo. All Rights Reserved."/>
  273.  
  274. <TEXT id="Contact" top="105" left="35" textwidth="255" justification="center" wordwrap="true" value="E-mail: T2X@gmx.net"/>
  275.  
  276. <TEXT id="Commentary" top="120" left="35" textwidth="255" justification="center" wordwrap="true" value="Please, E-mail me with your comments."/>
  277.  
  278.  
  279. </VIEW>
  280. </THEME>